home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / 422mods.zip / IQ002.422 < prev    next >
Text File  |  1993-03-03  |  2KB  |  47 lines

  1. IQ1's NUMBER 2 MOD!!!!
  2. Iq1 #1 @5809
  3. Thu Feb 25 17:03:50 1993
  4. ┌────────────────────────────────────────────────────────────────────────────┐
  5. │                                                                            │
  6. │  Mod Name: IQ002.MOD                    Mod Author: IQ1                    │
  7. │  Got rid of the ridiculas 000's         IceNet    : 1 @ 5809               │
  8. │  Difficulty: HHAHAH Block READ!!!       WWIVlink  : 1 @ 15814              │
  9. │  Files Modified : BBSUTL1.C                                                │
  10. │  WWIV Version   : 4.22                                                     │
  11. │  Description    : Puts your chains in a box with lots of nice colors! And  │
  12. │                   the display is STILL abortable! I know there are alot of │
  13. │                   mods that do this! But... I didn't like em! Plus this    │
  14. │                   puts the box in the center of the screen!                │
  15. └────────────────────────────────────────────────────────────────────────────┘
  16.  
  17. Step 1. Back up your source!
  18.         I warned ya....
  19.  
  20. Step 2. Load up BBSUTL1.C and replace void show_chains(int *mapp, int *map)
  21.         with:
  22.  
  23. void show_chains(int *mapp, int *map)
  24. {
  25.   int abort,i,i1;
  26.   char s[81];
  27.  
  28.   abort=0;
  29.   nl();
  30.   pla("               1┌──────┬──────────────────────────────────────────┐3  ",&abort);
  31.   pla("               1│ 7###3. 1│ 2Name of the Door to Run!                 1│3░░",&abort);
  32.   pla("               1├──────┼──────────────────────────────────────────┤3░░",&abort);
  33.   for (i=0; (i<*mapp) && (!abort) && (!hangup); i++) {
  34.     sprintf(s,"               1│ 7%-3d3. 1│ 2%-40s 1│3░░",i+1, chains[map[i]].description);
  35.     pla(s,&abort);
  36.   }
  37.  
  38.   pla("               1└──────┴──────────────────────────────────────────┘3░░",&abort);
  39.   pla("               3  ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░",&abort);
  40.   nl();
  41. }
  42.  
  43. Step 3. Save and recompile!
  44.  
  45. Step 4. Send me MAIL!! Please...
  46.  
  47.